翻訳と辞書
Words near each other
・ Real-time Transport Protocol
・ Real Things (song)
・ Real Time (Doctor Who)
・ Real Time (film)
・ Real Time (Italy)
・ Real time (media)
・ Real Time (Steam album)
・ Real Time (The Jazztet album)
・ Real Time (Van der Graaf Generator album)
・ Real Time AudioSuite
・ Real Time Club
・ Real Time Crime Center
・ Real Time Developer Studio
・ Real Time Digital Simulator
・ Real Time Information Group
Real time Java
・ Real Time Kinematic
・ Real Time Media Flow Protocol
・ Real Time Messaging Protocol
・ Real Time Opera
・ Real time policy
・ Real Time Race
・ Real Time Regional Gateway
・ Real Time Rome
・ Real Time Streaming Protocol
・ Real Time with Bill Maher
・ Real Times
・ Real Ting
・ Real Titánico
・ Real to Me


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Real time Java : ウィキペディア英語版
Real time Java
Real time Java is a catch-all term for a combination of technologies that allows programmers to write programs that meet the demands of real-time systems in the Java programming language.
Java's sophisticated memory management, native support for threading and concurrency, type safety, and relative simplicity have created a demand for its use in many domains. Its capabilities have been enhanced to support real time computational needs:
* Java supports a strict priority based threading model.
* Because Java threads support priorities, Java locking mechanisms support priority inversion avoidance techniques, such as priority inheritance or the priority ceiling protocol.
To overcome typical real time difficulties, the Java Community introduced a specification for real-time Java, JSR001. A number of implementations of the resulting ''Real-Time Specification for Java'' (RTSJ) have emerged, including a reference implementation from Timesys, IBM's WebSphere Real Time, Sun Microsystems's Java SE Real-Time Systems,〔(Java SE Real-Time Systems )〕 Aonix PERC or JamaicaVM from aicas.
The RTSJ addressed the critical issues by mandating a minimum specification for the threading model (and allowing other models to be plugged into the VM) and by providing for areas of memory that are not subject to garbage collection, along with threads that are not preemptable by the garbage collector. These areas are instead managed using region-based memory management.
==Real-Time Specification for Java==
The ''Real-Time Specification for Java'' (RTSJ) is a set of interfaces and behavioral refinements that enable real-time computer programming in the Java programming language. RTSJ 1.0 was developed as JSR 1 under the Java Community Process, which approved the new standard in November, 2001. RTSJ 2.0 is being developed under JSR 282. A draft version is available at (JSR 282 JCP Page ). More information can be found at (RTSJ 2.0 )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Real time Java」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.